home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / clipper / nannws31.zip / NANDEF.INC < prev    next >
Text File  |  1988-08-09  |  216b  |  15 lines

  1. {
  2. *   NANDEF.INC
  3. *   Nantucket defines
  4. *   Copyright (c) 1988 Nantucket Corp.
  5. }
  6.  
  7. #define FALSE   0
  8. #define TRUE    1
  9.  
  10. #define NIL     chr(0)
  11. #define NULL    0
  12.  
  13. type byte  = char;
  14. type quant = integer;
  15.